home *** CD-ROM | disk | FTP | other *** search
/ Aplicaciones Windows / Aplicaciones Windows.iso / Negocios / OFFCVU21.ZIP / OV32V2.EXE / 0 / RCDATA / TBTNRIGHTDLG / TBTNRIGHTDLG.txt
Text File  |  1997-02-23  |  1KB  |  80 lines

  1. object BtnRightDlg: TBtnRightDlg
  2.   Left = 425
  3.   Top = 264
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Quick Name Search'
  7.   ClientHeight = 179
  8.   ClientWidth = 388
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 281
  22.     Height = 161
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object OKBtn: TBitBtn
  27.     Left = 300
  28.     Top = 8
  29.     Width = 77
  30.     Height = 27
  31.     TabOrder = 2
  32.     TabStop = False
  33.     OnClick = OKBtnClick
  34.     Kind = bkOK
  35.     Margin = 2
  36.     Spacing = -1
  37.     IsControl = True
  38.   end
  39.   object CancelBtn: TBitBtn
  40.     Left = 300
  41.     Top = 40
  42.     Width = 77
  43.     Height = 27
  44.     TabOrder = 3
  45.     TabStop = False
  46.     OnClick = CancelBtnClick
  47.     Kind = bkCancel
  48.     Margin = 2
  49.     Spacing = -1
  50.     IsControl = True
  51.   end
  52.   object Edit1: TEdit
  53.     Left = 16
  54.     Top = 16
  55.     Width = 265
  56.     Height = 21
  57.     TabOrder = 0
  58.     OnChange = Edit1Change
  59.   end
  60.   object ListBox1: TListBox
  61.     Left = 16
  62.     Top = 40
  63.     Width = 265
  64.     Height = 113
  65.     TabStop = False
  66.     ItemHeight = 13
  67.     Sorted = True
  68.     TabOrder = 1
  69.   end
  70.   object x: TPanel
  71.     Left = 386
  72.     Top = 178
  73.     Width = 0
  74.     Height = 0
  75.     Caption = 'x'
  76.     TabOrder = 4
  77.     Visible = False
  78.   end
  79. end
  80.